const github.com/robfig/cron/v3.starBit

5 uses

	github.com/robfig/cron/v3 (current package)
		parser.go#L265: 		extra = starBit
		parser.go#L361: 	return getBits(r.min, r.max, 1) | starBit
		spec.go#L53: 	starBit = 1 << 63
		spec.go#L184: 	if s.Dom&starBit > 0 || s.Dow&starBit > 0 {